home *** CD-ROM | disk | FTP | other *** search
- /* */
-
- if ~show('p','rexxsupport.library') then call addlib('rexxsupport.library',0,-30,0)
-
- address 'EVENMORE.1'
- options results
-
- "GETFILENAME"
- filename = RESULT
-
- /* Command can be JIVE, LAMER, CRAZYTEXT, CHEF, etc
- */ Get these on aminet
-
- address command 'C:jive <'filename' >RAM:wierdtext'
-
- "OPEN Ram:wierdtext"
-
- delete('Ram:wierdtext')
-
- exit
-